From da923a6fff22c3497f91786d0396faa08097626a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 4 Jun 2010 10:09:11 +0100 Subject: [PATCH] Bash completion scripts go to /etc/bash_completion.d/ Signed-off-by: Keir Fraser --- Config.mk | 2 +- tools/libxl/bash-completion | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.mk b/Config.mk index 95de6147e4..31d41ad72a 100644 --- a/Config.mk +++ b/Config.mk @@ -29,7 +29,7 @@ include $(XEN_ROOT)/config/$(XEN_TARGET_ARCH).mk SHAREDIR ?= $(PREFIX)/share DOCDIR ?= $(SHAREDIR)/doc/xen MANDIR ?= $(SHAREDIR)/man -BASH_COMPLETION_DIR ?= /etc/profile.d +BASH_COMPLETION_DIR ?= /etc/bash_completion.d ifneq ($(EXTRA_PREFIX),) EXTRA_INCLUDES += $(EXTRA_PREFIX)/include diff --git a/tools/libxl/bash-completion b/tools/libxl/bash-completion index 15c62654c7..adf994f0d4 100644 --- a/tools/libxl/bash-completion +++ b/tools/libxl/bash-completion @@ -1,5 +1,5 @@ #!/bin/bash -# Copy this file to /etc/profile.d/xl.sh +# Copy this file to /etc/bash_completion.d/xl.sh _xl() { -- 2.30.2